home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / manage / cons31.exe / CONS311P.EXE / BV.BAT < prev    next >
DOS Batch File  |  1993-07-12  |  479b  |  23 lines

  1. @Echo Off
  2. Cls
  3. Echo ╒══════════════════════╕
  4. Echo │ BindView NCS Console │
  5. Echo ╘══════════════════════╛
  6. Echo 
  7.  
  8. REM Set the location for temporary file creation.
  9. REM NOTE: You may want to change this to a full path, like: T:\APPS\BVNCS\TEMPDIR
  10. set bvtemp=.\tempdir
  11.  
  12. REM Load the Btrieve Record Manager:
  13. Call BTRV.BAT
  14.  
  15. REM Load the Console:
  16. BindView %1 %2 %3 %4
  17.  
  18. REM Unload the Btrieve Record Manager:
  19. bs
  20.  
  21. REM Reset the temporary file variable:
  22. set bvtemp=
  23.